setKeyboardNavigationCluster

open fun setKeyboardNavigationCluster(@NonNull view: View, isCluster: Boolean)(source)

Set whether view is a root of a keyboard navigation cluster. Does nothing if API <26.

Parameters

view

view for which to set the cluster.

isCluster

true to mark view as the root of a cluster, false to unmark.